home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3cbar.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  474 b   |  31 lines

  1.  
  2. // JavaScript wrapper for r3cbar.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CONTROLBAR_H = 1;
  7. include("real/widget/r3ibar.js")
  8.  
  9.  
  10. var R3CLID_CONTROLBAR = 1314;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. function r3Controlbar () { 
  21.    this.base = r3God;
  22.    if(arguments.length) {
  23.       this.base(R3CLID_CONTROLBAR, arguments);
  24.    }
  25.    // Methods
  26.  
  27.    // Attributes
  28. }
  29.  
  30. r3Controlbar.prototype=new r3Interactorbar;
  31. // r3cbar.h_H